home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / xcmd / sprtxtrn.sea / Support Tools eXternals 1.2.5 / background_8643.txt < prev    next >
Text File  |  1990-11-13  |  3KB  |  148 lines

  1. -- background: 8643 from stack: in.5
  2. -- bmap block id: 3341
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0007
  11. -- rect: left=15 top=98 right=338 bottom=501
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 7 (button)
  23. -- low flags: 00
  24. -- high flags: 2001
  25. -- rect: left=87 top=54 right=85 bottom=124
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 300 / 300
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Index
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go cd 1
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 9 (button)
  42. -- low flags: 00
  43. -- high flags: 0001
  44. -- rect: left=11 top=54 right=85 bottom=45
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 22369 / 22369
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: About
  53.  
  54.  
  55. -- part 14 (button)
  56. -- low flags: 00
  57. -- high flags: 0001
  58. -- rect: left=284 top=60 right=84 bottom=317
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1731 / 1731
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: 
  67.  
  68.  
  69. -- part 15 (button)
  70. -- low flags: 80
  71. -- high flags: 2001
  72. -- rect: left=284 top=60 right=84 bottom=317
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 1730 / 1730
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Next
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   visual wipe left
  84.   go next card
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 16 (button)
  90. -- low flags: 80
  91. -- high flags: 2001
  92. -- rect: left=246 top=60 right=84 bottom=279
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 1729 / 1729
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Previous
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   visual wipe right
  104.   go prev card
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 17 (button)
  110. -- low flags: 00
  111. -- high flags: 0001
  112. -- rect: left=246 top=60 right=84 bottom=279
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 1728 / 1728
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: 
  121.  
  122.  
  123. -- part 18 (button)
  124. -- low flags: 00
  125. -- high flags: 2001
  126. -- rect: left=194 top=60 right=84 bottom=227
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 1727 / 1727
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: Return
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   -- pop a card, but only if the destination is within this stack
  138.   pop cd into destinationCd
  139.   visual dissolve
  140.   if destinationCd contains the long name of this stack then
  141.     go destinationCd
  142.   else
  143.     go cd 1
  144.   end if
  145. end mouseUp
  146.  
  147.  
  148.